projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53b9fd7
)
*** empty log message ***
author
Jason Rumney
<jasonr@gnu.org>
Fri, 29 Dec 2006 16:48:21 +0000
(16:48 +0000)
committer
Jason Rumney
<jasonr@gnu.org>
Fri, 29 Dec 2006 16:48:21 +0000
(16:48 +0000)
nt/ChangeLog
patch
|
blob
|
history
src/ChangeLog
patch
|
blob
|
history
diff --git
a/nt/ChangeLog
b/nt/ChangeLog
index 93dcf2c92bb8e2889b638bef4fff395d23635f40..179efe7a8d4b6fffce6f0297847b3d91ae9f5615 100644
(file)
--- a/
nt/ChangeLog
+++ b/
nt/ChangeLog
@@
-1,3
+1,9
@@
+2006-12-29 Jason Rumney <jasonr@gnu.org>
+
+ * nmake.defs (TEMACS_EXTRA_LINK): Remove duplicated flags from
+ DEBUG_LINK.
+ (DEBUG_LINK): Remove -debugtype:both
+
2006-12-27 Eli Zaretskii <eliz@gnu.org>
* INSTALL: Update table of supported Make ports. Show "make -j"
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 28039b72e6c5c21935f9a2696291959ea3352984..0b2af091a4527fe7908ca960204928d3722b5f8e 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,6
+1,7
@@
2006-12-29 Jason Rumney <jasonr@gnu.org>
* s/ms-w32.h (tzname): Do not define in msvc8.
+ (umask): Do not define in msvc8.
* regex.c (regerror): Change parameter name err_code.